org.eclipse.vtp.framework.util
Class StaticConfigurationAdmin

java.lang.Object
  extended by org.eclipse.vtp.framework.util.StaticConfigurationAdmin

public class StaticConfigurationAdmin
extends java.lang.Object

An immutable implementation of the configuration admin service.

Author:
Lonnie Pryor

Constructor Summary
StaticConfigurationAdmin(org.osgi.framework.BundleContext context, org.osgi.service.log.LogService log, org.w3c.dom.Element configurationsData)
          Creates a new StaticConfigurationAdmin.
 
Method Summary
 void start()
          Starts this service implementation.
 void stop()
          Stops this service implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticConfigurationAdmin

public StaticConfigurationAdmin(org.osgi.framework.BundleContext context,
                                org.osgi.service.log.LogService log,
                                org.w3c.dom.Element configurationsData)
Creates a new StaticConfigurationAdmin.

Parameters:
context - The context to operate under.
log - The log service to use.
configurationsData - The configuration data to load.
Method Detail

start

public void start()
Starts this service implementation.


stop

public void stop()
Stops this service implementation.